home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TFREEFORM1PROPERTIES / TFREEFORM1PROPERTIES.txt
Text File  |  2005-06-02  |  22KB  |  781 lines

  1. object FreeForm1Properties: TFreeForm1Properties
  2.   Left = 530
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 443
  7.   ClientWidth = 384
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 369
  24.     Height = 401
  25.     ActivePage = tsConvert
  26.     TabOrder = 0
  27.     object tsGeneral: TTabSheet
  28.       Caption = 'G'#233'n'#233'ral'
  29.       object Label6: TLabel
  30.         Left = 76
  31.         Top = 20
  32.         Width = 31
  33.         Height = 13
  34.         Alignment = taRightJustify
  35.         Caption = 'Nom :'
  36.         Transparent = True
  37.       end
  38.       object Label7: TLabel
  39.         Left = 28
  40.         Top = 44
  41.         Width = 79
  42.         Height = 13
  43.         Alignment = taRightJustify
  44.         Caption = 'Associ'#233' avec :'
  45.         Transparent = True
  46.       end
  47.       object GroupBox2: TGroupBox
  48.         Left = 8
  49.         Top = 84
  50.         Width = 345
  51.         Height = 105
  52.         Caption = 'Inclut les espaces blancs'
  53.         TabOrder = 2
  54.         object Label2: TLabel
  55.           Left = 56
  56.           Top = 60
  57.           Width = 58
  58.           Height = 13
  59.           Alignment = taRightJustify
  60.           Caption = 'Tabulation ='
  61.           Transparent = True
  62.         end
  63.         object Label3: TLabel
  64.           Left = 160
  65.           Top = 60
  66.           Width = 91
  67.           Height = 13
  68.           Caption = 'caract'#232're(s) par position'
  69.           Transparent = True
  70.         end
  71.         object TabStopEdit: TEdit
  72.           Left = 120
  73.           Top = 58
  74.           Width = 33
  75.           Height = 21
  76.           TabOrder = 2
  77.           Text = '4'
  78.         end
  79.         object UseTabsEdit: TBCRadioButton
  80.           Left = 12
  81.           Top = 40
  82.           Width = 100
  83.           Height = 17
  84.           Caption = 'Tabulations et espaces'
  85.           Checked = True
  86.           TabOrder = 1
  87.           TabStop = True
  88.           OnClick = SomethingChangedClick
  89.         end
  90.         object DontUseTabsEdit: TBCRadioButton
  91.           Left = 12
  92.           Top = 20
  93.           Width = 78
  94.           Height = 17
  95.           Caption = 'Uniquement les espaces'
  96.           TabOrder = 0
  97.           OnClick = SomethingChangedClick
  98.         end
  99.         object CompareTermsEdit: TBCCheckBox
  100.           Left = 12
  101.           Top = 82
  102.           Width = 154
  103.           Height = 17
  104.           Caption = 'Fins de ligne (PC/MAC/Unix)'
  105.           TabOrder = 3
  106.           OnClick = SomethingChangedClick
  107.         end
  108.       end
  109.       object NameEdit: TEdit
  110.         Left = 112
  111.         Top = 16
  112.         Width = 193
  113.         Height = 21
  114.         TabOrder = 0
  115.       end
  116.       object FileTypesEdit: TEdit
  117.         Left = 112
  118.         Top = 40
  119.         Width = 193
  120.         Height = 21
  121.         TabOrder = 1
  122.       end
  123.       object GroupBox3: TGroupBox
  124.         Left = 8
  125.         Top = 256
  126.         Width = 345
  127.         Height = 97
  128.         Caption = 'Jeu de caract'#232'res'
  129.         TabOrder = 4
  130.         object Label9: TLabel
  131.           Left = 12
  132.           Top = 44
  133.           Width = 333
  134.           Height = 29
  135.           AutoSize = False
  136.           Caption = '(Les fichiers Unicode sont d'#233'tect'#233's automatiquement)'
  137.           Transparent = True
  138.           WordWrap = True
  139.         end
  140.         object UseCtrlZEdit: TBCCheckBox
  141.           Left = 12
  142.           Top = 72
  143.           Width = 147
  144.           Height = 17
  145.           Caption = 'Ctrl+Z indique la fin de fichier'
  146.           TabOrder = 1
  147.         end
  148.         object CodePageEdit: TComboBox
  149.           Left = 12
  150.           Top = 20
  151.           Width = 297
  152.           Height = 19
  153.           Style = csOwnerDrawFixed
  154.           ItemHeight = 13
  155.           TabOrder = 0
  156.           OnDrawItem = CodePageEditDrawItem
  157.         end
  158.       end
  159.       object GroupBox6: TGroupBox
  160.         Left = 8
  161.         Top = 200
  162.         Width = 345
  163.         Height = 49
  164.         Caption = 'Longueur maximale de ligne'
  165.         TabOrder = 3
  166.         object Label10: TLabel
  167.           Left = 56
  168.           Top = 24
  169.           Width = 71
  170.           Height = 13
  171.           Caption = 'caract'#232'res/ligne'
  172.         end
  173.         object WrapAtEdit: TEdit
  174.           Left = 12
  175.           Top = 20
  176.           Width = 37
  177.           Height = 21
  178.           TabOrder = 0
  179.           OnExit = WrapAtEditExit
  180.         end
  181.       end
  182.     end
  183.     object tsImportance: TTabSheet
  184.       Caption = 'Importance'
  185.       ImageIndex = 2
  186.       object Group1: TGroupBox
  187.         Left = 8
  188.         Top = 16
  189.         Width = 345
  190.         Height = 217
  191.         Caption = 'Texte non important'
  192.         TabOrder = 0
  193.         object Label8: TLabel
  194.           Left = 12
  195.           Top = 20
  196.           Width = 321
  197.           Height = 43
  198.           AutoSize = False
  199.           Caption = 
  200.             'Ce texte n'#39'est pas important pour la comparaison, sauf s'#39'il cont' +
  201.             'ient une cha'#238'ne de caract'#232'res litt'#233'rale (comme d'#233'finie ci-dessou' +
  202.             's).'
  203.           Transparent = True
  204.           WordWrap = True
  205.         end
  206.         object CharCaseEdit: TBCCheckBox
  207.           Left = 12
  208.           Top = 64
  209.           Width = 155
  210.           Height = 17
  211.           Caption = 'Casse de caract'#232're (ABC = abc)'
  212.           TabOrder = 0
  213.         end
  214.         object LeadingWSEdit: TBCCheckBox
  215.           Left = 12
  216.           Top = 82
  217.           Width = 114
  218.           Height = 17
  219.           Caption = 'Espaces blancs de d'#233'but'
  220.           TabOrder = 1
  221.         end
  222.         object TrailingWSEdit: TBCCheckBox
  223.           Left = 12
  224.           Top = 118
  225.           Width = 111
  226.           Height = 17
  227.           Caption = 'Espaces blancs de fin'
  228.           TabOrder = 3
  229.         end
  230.         object EmbeddedWSEdit: TBCCheckBox
  231.           Left = 12
  232.           Top = 100
  233.           Width = 127
  234.           Height = 17
  235.           Caption = 'Espaces blancs int'#233'rieurs'
  236.           TabOrder = 2
  237.         end
  238.         object BlankLinesEdit: TBCCheckBox
  239.           Left = 180
  240.           Top = 100
  241.           Width = 69
  242.           Height = 17
  243.           Caption = 'Lignes blanches'
  244.           TabOrder = 5
  245.         end
  246.         object ListBox1: TListBox
  247.           Tag = 1
  248.           Left = 12
  249.           Top = 140
  250.           Width = 245
  251.           Height = 69
  252.           Style = lbOwnerDrawFixed
  253.           ItemHeight = 13
  254.           TabOrder = 6
  255.           OnClick = SomethingChangedClick
  256.           OnDblClick = EditBtnClick
  257.           OnDrawItem = ListDrawItem
  258.           OnKeyDown = ListBoxKeyDown
  259.         end
  260.         object NewBtn1: TButton
  261.           Tag = 1
  262.           Left = 264
  263.           Top = 140
  264.           Width = 64
  265.           Height = 23
  266.           Caption = 'Nouveau'
  267.           TabOrder = 7
  268.           OnClick = NewBtnClick
  269.         end
  270.         object EditBtn1: TButton
  271.           Tag = 1
  272.           Left = 264
  273.           Top = 164
  274.           Width = 64
  275.           Height = 23
  276.           Caption = 'Modifier'
  277.           TabOrder = 8
  278.           OnClick = EditBtnClick
  279.         end
  280.         object DeleteBtn1: TButton
  281.           Tag = 1
  282.           Left = 264
  283.           Top = 188
  284.           Width = 64
  285.           Height = 23
  286.           Caption = 'Supprimer'
  287.           TabOrder = 9
  288.           OnClick = DeleteBtnClick
  289.         end
  290.         object IgnoreTermsEdit: TBCCheckBox
  291.           Left = 180
  292.           Top = 82
  293.           Width = 79
  294.           Height = 17
  295.           Caption = 'Fins de ligne'
  296.           TabOrder = 4
  297.         end
  298.       end
  299.       object Group2: TGroupBox
  300.         Left = 8
  301.         Top = 240
  302.         Width = 345
  303.         Height = 113
  304.         Caption = 'Cha'#238'nes de caract'#232'res litt'#233'rales'
  305.         TabOrder = 1
  306.         object ListBox2: TListBox
  307.           Tag = 2
  308.           Left = 12
  309.           Top = 24
  310.           Width = 245
  311.           Height = 57
  312.           Style = lbOwnerDrawFixed
  313.           ItemHeight = 16
  314.           TabOrder = 0
  315.           OnClick = SomethingChangedClick
  316.           OnDblClick = EditBtnClick
  317.           OnDrawItem = ListDrawItem
  318.           OnKeyDown = ListBoxKeyDown
  319.         end
  320.         object NewBtn2: TButton
  321.           Tag = 2
  322.           Left = 264
  323.           Top = 12
  324.           Width = 64
  325.           Height = 23
  326.           Caption = 'Nouvelle'
  327.           TabOrder = 1
  328.           OnClick = NewBtnClick
  329.         end
  330.         object EditBtn2: TButton
  331.           Tag = 2
  332.           Left = 264
  333.           Top = 36
  334.           Width = 64
  335.           Height = 23
  336.           Caption = 'Modifier'
  337.           TabOrder = 2
  338.           OnClick = EditBtnClick
  339.         end
  340.         object DeleteBtn2: TButton
  341.           Tag = 2
  342.           Left = 264
  343.           Top = 60
  344.           Width = 64
  345.           Height = 23
  346.           Caption = 'Supprimer'
  347.           TabOrder = 3
  348.           OnClick = DeleteBtnClick
  349.         end
  350.         object DefaultIgnoreEdit: TBCCheckBox
  351.           Left = 12
  352.           Top = 88
  353.           Width = 154
  354.           Height = 17
  355.           Caption = 'Tout autre texte n'#39'est pas important'
  356.           TabOrder = 4
  357.         end
  358.       end
  359.     end
  360.     object tsAlignment: TTabSheet
  361.       Caption = 'Alignement'
  362.       ImageIndex = 3
  363.       object GroupBox8: TGroupBox
  364.         Left = 8
  365.         Top = 256
  366.         Width = 345
  367.         Height = 97
  368.         Caption = 'Poids des lignes'
  369.         TabOrder = 2
  370.         object NewWeightBtn: TButton
  371.           Left = 264
  372.           Top = 20
  373.           Width = 64
  374.           Height = 23
  375.           Caption = 'Nouvelle'
  376.           TabOrder = 1
  377.           OnClick = NewWeightBtnClick
  378.         end
  379.         object EditWeightBtn: TButton
  380.           Left = 264
  381.           Top = 44
  382.           Width = 64
  383.           Height = 23
  384.           Caption = 'Modifier'
  385.           TabOrder = 2
  386.           OnClick = EditWeightBtnClick
  387.         end
  388.         object DeleteWeightBtn: TButton
  389.           Left = 264
  390.           Top = 68
  391.           Width = 64
  392.           Height = 23
  393.           Caption = 'Supprimer'
  394.           TabOrder = 3
  395.           OnClick = DeleteWeightBtnClick
  396.         end
  397.         object WeightTable: TListTable
  398.           Left = 12
  399.           Top = 20
  400.           Width = 245
  401.           Height = 69
  402.           DeleteKey = dkDeleteSelected
  403.           DragCursor = crDrag
  404.           DragMode = dmManual
  405.           ExtendedSelect = True
  406.           FooterEnabled = False
  407.           FreeOnDelete = False
  408.           Header.Sections = (
  409.             #0'164'#0'Expression'
  410.             #0'42'#0'Poids')
  411.           HeaderFont.Charset = DEFAULT_CHARSET
  412.           HeaderFont.Color = clWindowText
  413.           HeaderFont.Height = -11
  414.           HeaderFont.Name = 'Tahoma'
  415.           HeaderFont.Style = []
  416.           InsertKey = False
  417.           MultiSelect = False
  418.           ParentCtl3D = False
  419.           ScrollBarAlways = False
  420.           TabOrder = 0
  421.           VertLines = True
  422.           WantReturns = False
  423.           OnDblClick = EditWeightBtnClick
  424.           OnDeleteItem = WeightTableDeleteItem
  425.           OnItemsDeleted = WeightTableItemsDeleted
  426.           OnGetDisplayText = WeightTableGetDisplayText
  427.         end
  428.       end
  429.       object GroupBox7: TGroupBox
  430.         Left = 8
  431.         Top = 16
  432.         Width = 345
  433.         Height = 185
  434.         Caption = 'Alignement de ligne'
  435.         TabOrder = 0
  436.         object Label5: TLabel
  437.           Left = 40
  438.           Top = 68
  439.           Width = 77
  440.           Height = 13
  441.           Caption = 'Rapide et en gros'
  442.           Transparent = True
  443.         end
  444.         object Label4: TLabel
  445.           Left = 200
  446.           Top = 68
  447.           Width = 90
  448.           Height = 13
  449.           Alignment = taRightJustify
  450.           Caption = 'Lent et minutieux'
  451.           Transparent = True
  452.         end
  453.         object Label15: TLabel
  454.           Left = 100
  455.           Top = 92
  456.           Width = 75
  457.           Height = 13
  458.           Caption = 'Tol'#233'rance de synchro.'
  459.         end
  460.         object SyncSpeedEdit: TTrackBar
  461.           Left = 32
  462.           Top = 40
  463.           Width = 267
  464.           Height = 27
  465.           Ctl3D = True
  466.           Min = 2
  467.           ParentCtl3D = False
  468.           ParentShowHint = False
  469.           PageSize = 1
  470.           Position = 6
  471.           ShowHint = True
  472.           TabOrder = 1
  473.           OnChange = SyncSpeedEditChange
  474.         end
  475.         object SkewEdit: TEdit
  476.           Left = 40
  477.           Top = 88
  478.           Width = 41
  479.           Height = 21
  480.           MaxLength = 5
  481.           TabOrder = 2
  482.           Text = '1'
  483.         end
  484.         object SkewUpDown: TUpDown
  485.           Left = 81
  486.           Top = 88
  487.           Width = 15
  488.           Height = 21
  489.           Associate = SkewEdit
  490.           Min = 1
  491.           Max = 30000
  492.           Increment = 50
  493.           Position = 1
  494.           TabOrder = 3
  495.           Thousands = False
  496.         end
  497.         object ClosenessEdit: TBCCheckBox
  498.           Left = 40
  499.           Top = 116
  500.           Width = 99
  501.           Height = 17
  502.           Caption = 'Aligner les lignes similaires'
  503.           TabOrder = 4
  504.           OnClick = ClosenessClick
  505.         end
  506.         object NeverAlignEdit: TBCCheckBox
  507.           Left = 8
  508.           Top = 161
  509.           Width = 132
  510.           Height = 17
  511.           Caption = 'Ne jamais aligner les diff'#233'rences'
  512.           TabOrder = 6
  513.           OnClick = NeverAlignClick
  514.         end
  515.         object AlternateLineAlign: TBCRadioButton
  516.           Left = 8
  517.           Top = 140
  518.           Width = 104
  519.           Height = 17
  520.           Caption = 'M'#233'thode Alternative'
  521.           TabOrder = 5
  522.           OnClick = SomethingChangedClick
  523.         end
  524.         object StandardLineAlign: TBCRadioButton
  525.           Left = 8
  526.           Top = 20
  527.           Width = 103
  528.           Height = 17
  529.           Caption = 'M'#233'thode Standard'
  530.           TabOrder = 0
  531.           OnClick = SomethingChangedClick
  532.         end
  533.       end
  534.       object GroupBox5: TGroupBox
  535.         Left = 8
  536.         Top = 208
  537.         Width = 345
  538.         Height = 41
  539.         Caption = 'Alignement des caract'#232'res'
  540.         TabOrder = 1
  541.         object SimpleCharAlign: TBCRadioButton
  542.           Left = 8
  543.           Top = 16
  544.           Width = 50
  545.           Height = 17
  546.           Caption = 'Simple'
  547.           TabOrder = 0
  548.         end
  549.         object StandardCharAlign: TBCRadioButton
  550.           Left = 112
  551.           Top = 16
  552.           Width = 64
  553.           Height = 17
  554.           Caption = 'Standard'
  555.           TabOrder = 1
  556.         end
  557.         object ColumnCharAlign: TBCRadioButton
  558.           Left = 216
  559.           Top = 16
  560.           Width = 88
  561.           Height = 17
  562.           Caption = 'Bas'#233' sur une colonne'
  563.           TabOrder = 2
  564.         end
  565.       end
  566.     end
  567.     object tsConvert: TTabSheet
  568.       Caption = 'Conversion'
  569.       ImageIndex = 3
  570.       object GroupBox1: TGroupBox
  571.         Left = 8
  572.         Top = 224
  573.         Width = 345
  574.         Height = 129
  575.         Caption = 'Conversion externe'
  576.         TabOrder = 0
  577.         object Label12: TLabel
  578.           Left = 12
  579.           Top = 20
  580.           Width = 89
  581.           Height = 13
  582.           Caption = 'Ex'#233'cution lors du chargement'
  583.         end
  584.         object Label13: TLabel
  585.           Left = 12
  586.           Top = 82
  587.           Width = 86
  588.           Height = 13
  589.           Caption = 'Ex'#233'cution lors de la sauvegarde'
  590.         end
  591.         object InConvertCmdEdit: TEdit
  592.           Left = 12
  593.           Top = 36
  594.           Width = 293
  595.           Height = 21
  596.           TabOrder = 0
  597.         end
  598.         object OutConvertCmdEdit: TEdit
  599.           Left = 12
  600.           Top = 98
  601.           Width = 293
  602.           Height = 21
  603.           TabOrder = 1
  604.         end
  605.         object ExtCmdBrowseBtn: TBitBtn
  606.           Left = 309
  607.           Top = 36
  608.           Width = 24
  609.           Height = 22
  610.           Hint = 'Rechercher une application'
  611.           TabOrder = 2
  612.           OnClick = BrowseBtnClick
  613.           Layout = blGlyphRight
  614.           NumGlyphs = 2
  615.           Spacing = 2
  616.         end
  617.         object ExtCmdBrowseBtn2: TBitBtn
  618.           Left = 309
  619.           Top = 98
  620.           Width = 24
  621.           Height = 22
  622.           Hint = 'Rechercher une application'
  623.           TabOrder = 3
  624.           OnClick = BrowseBtnClick
  625.           Layout = blGlyphRight
  626.           NumGlyphs = 2
  627.           Spacing = 2
  628.         end
  629.         object ExternalReadonlyEdit: TBCCheckBox
  630.           Left = 12
  631.           Top = 64
  632.           Width = 69
  633.           Height = 17
  634.           Caption = 'Lecture seule'
  635.           TabOrder = 4
  636.           OnClick = SomethingChangedClick
  637.         end
  638.       end
  639.       object ConversionTypeEdit: TRadioGroup
  640.         Left = 8
  641.         Top = 16
  642.         Width = 345
  643.         Height = 93
  644.         Caption = 'Type de conversion'
  645.         Items.Strings = (
  646.           'D'#233'tection des types g'#233'r'#233's'
  647.           'Aucune conversion'
  648.           'Enlever le formatage de texte enrichi (RTF)'
  649.           'Programme externe')
  650.         TabOrder = 1
  651.         OnClick = SomethingChangedClick
  652.       end
  653.       object GroupBox4: TGroupBox
  654.         Left = 8
  655.         Top = 120
  656.         Width = 345
  657.         Height = 93
  658.         Caption = 'Conversion binaire des DFM'
  659.         TabOrder = 2
  660.         object Label14: TLabel
  661.           Left = 12
  662.           Top = 20
  663.           Width = 321
  664.           Height = 45
  665.           AutoSize = False
  666.           Caption = 
  667.             'Les formulaires binaires (Forms) de Delphi sont d'#233'tect'#233's et conv' +
  668.             'ertis automatiquement.  Si la cr'#233'ation (build) ne fonctionne pas' +
  669.             ', utilisez convert.exe de Delphi :'
  670.           WordWrap = True
  671.         end
  672.         object DFMConvertEdit: TEdit
  673.           Left = 12
  674.           Top = 62
  675.           Width = 293
  676.           Height = 21
  677.           TabOrder = 0
  678.         end
  679.         object DFMBrowseBtn: TBitBtn
  680.           Left = 309
  681.           Top = 62
  682.           Width = 24
  683.           Height = 22
  684.           Hint = 'Rechercher une application'
  685.           TabOrder = 1
  686.           OnClick = BrowseBtnClick
  687.           Glyph.Data = {
  688.             36060000424D3606000000000000360400002800000020000000100000000100
  689.             08000000000000020000220B0000220B00000001000000000000000000000000
  690.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  691.             A600000000000818180029000800390008003D252D0031313100393939007329
  692.             10006B21210063212900633131000063310010106B0000007B0031317B005A31
  693.             420052394A0000525A0039425200235260000063630000636F0010636B00007B
  694.             7B004A4A4A00525252005A5A5A00476D7300636363006B6B6B00737363007B73
  695.             6B00737373007B7B7B007F7F7F008000000084000000BF0000009C310000BD31
  696.             0000843929008C392900FF000000CE313100AD421800B54A1000BD4A10009C63
  697.             0000BD522100BD633900C64A1000C6521800CE521800CE630000C6522100C65A
  698.             2100CE5A2100C65A2900D6522100CE5A3100CE632900C6633100CE633100CE6B
  699.             3100CE6B3900D66B3100DE6B3100E7632900FF633100E77339008C6B5A00A57B
  700.             6B00D6734200CE735200C67B5200C67B5A00D67B5200E7734A000080000000BF
  701.             000000FF00008080000084840000ADAD0000BFBF0000C6C60000D6D61000FFCE
  702.             0000FFFF0000DEDE2100949463009C9C6300DE845A00FF8C4A00C6846B00CE8C
  703.             6B00DE8C6300DE8C6B00DE947300D69C7B00E7846300EF8C6B00F79C6B00EF94
  704.             7300E79C7300E79C7B00F7A57B00FFB57300FFFF6300000080002121A5005A5A
  705.             8C0073738C006B6BA5002929CE000000FF005A5AC6005252D6005252DE006363
  706.             E7006B6BE7006B6BEF007373EF0080008000FF00FF00FF31FF00008080000084
  707.             8400009C9C002194A50000ADAD0012AEB70000BEBE005A848C00639C9C006B9C
  708.             A50000A5D60014B5D20029BDCE0002B5E20000BDF700639CCE005ABDC60001C9
  709.             ED0000CEFF0002D3F70000D6FF0000DEFF0004E8F50000E7FF0008E7FF0000EF
  710.             FF0002F7FF0008F7FF0000FFFF0018FDFF0052D6DE004ADEFF0063D6E7006BDE
  711.             EF0052EFFF0073E7EF0080808000848484008C8C8C00949494009C9C9C00A5A5
  712.             A500ADADAD00B5B5B500BDBDBD00CE9C8400C6A59400D6AD9400D6AD9C00EFA5
  713.             8400EFAD8400EFAD9400CEB5A500E7BDA500F7BDAD00CECE9C00FFCE9400DEC6
  714.             BD00FFD6AD00FFDEAD00F7CEBD008484EF00ADADF700BDBDF7009CCECE009CCE
  715.             FF0084E7EF0084EFFF009CFFFF00ADEFF700BDF7F700C0C0C000C6C6C600CECE
  716.             CE00DECEC600D5D5D500D6D6D600DEDEDE00E7CEC600E7D6CE00F7DECE00FFDE
  717.             CE00EFDED600F7DED600FFEFCE00FFF7C600EFE7DE00F7E7D600F7E7DE00FFEF
  718.             DE00C6C6FF00CECEFF00D6E7E700CEF7FF00E7E7E700EFEFEF00F7E7E700F7EF
  719.             E700FFEFE700F7EFEF00FFEFEF00F7F7EF00E7E7FF00EFF7F700E7FFFF00EFFF
  720.             FF00F7F7F700FFF7F700F7FFFF00FFFFFF00F0FBFF00A4A0A000808080000000
  721.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00868686868686
  722.             8686868686868686868686868686868686868686868686868686868686868686
  723.             8686868686868686868686F5F5F5F5F5F5F5F5F5F5F5868686860F0F0F0F0F0F
  724.             0F0F0F0F0F8686868686ACACACACACACACACACACAC07F58686861E1E8C8C8C8A
  725.             8A8A218A210F86868686ACAC07F586868686868686AC07F586861ECC1E8C8C8C
  726.             8A8A8A218A210F868686ACF5AC07F586868686868686AC07F5861ECCCC1E8C8C
  727.             8C8A8A8A2121210F8686ACF586AC07F586868686868686AC07F51EF5AACC1E8C
  728.             8C8C8A8A8A2121210F86ACF58686AC07F5F5F5F5F5F5F5F5ACF51EA4F5AACC1E
  729.             1E1E1E1E1E1E0F0F0F86ACF5868686ACACACACACACACACACACAC1EF5AACCAACC
  730.             AA9A9A9A008686868686ACF58686868686868686ACF5868686861EAAF5AACCAA
  731.             AAAA9A9A008686868686ACF5868686F5F5F5F5F5ACF5868686861ECCCCCCC81E
  732.             1E1E1E1E868686868686AC07F5F5ACACACACACACAC8686F5F5F5861E1E1E1E86
  733.             8686868686860000008686ACACAC8686868686868686ACACACF5868686868686
  734.             86868686868686000086868686868686868686F5868686ACACF5868686868686
  735.             868600868686008600868686868686868686AC07F5F5AC86AC86868686868686
  736.             86868600000086868686868686868686868686ACACAC86868686868686868686
  737.             8686868686868686868686868686868686868686868686868686}
  738.           Layout = blGlyphRight
  739.           NumGlyphs = 2
  740.           Spacing = 2
  741.         end
  742.       end
  743.     end
  744.   end
  745.   object OKBtn: TButton
  746.     Left = 224
  747.     Top = 416
  748.     Width = 73
  749.     Height = 23
  750.     Caption = 'OK'
  751.     Default = True
  752.     ModalResult = 1
  753.     TabOrder = 2
  754.     OnClick = OKBtnClick
  755.   end
  756.   object CancelBtn: TButton
  757.     Left = 304
  758.     Top = 416
  759.     Width = 73
  760.     Height = 23
  761.     Cancel = True
  762.     Caption = 'Annuler'
  763.     ModalResult = 2
  764.     TabOrder = 3
  765.   end
  766.   object HelpBtn: TButton
  767.     Left = 8
  768.     Top = 416
  769.     Width = 73
  770.     Height = 23
  771.     Caption = 'Aide'
  772.     TabOrder = 1
  773.     OnClick = HelpBtnClick
  774.   end
  775.   object OpenDialog: TOpenDialog
  776.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  777.     Left = 176
  778.     Top = 413
  779.   end
  780. end
  781.